←Select platform

BinarySerialize<T> Method

Summary

Serializes an object to a binary array.

Syntax

C#
C++/CLI
public static byte[] BinarySerialize<T>( 
   object obj 
) 
public:  
   generic<typename T> 
   static array<Byte>^ BinarySerialize( 
      Object^ obj 
   ) 

Parameters

obj

The object to serialize.

Type Parameters

T

The type of the object being serialized.

Return Value

The byte array of the serialize object data.

Requirements

Target Platforms

See Also

AddInUtils Class

AddInUtils Members

Leadtools.Dicom.AddIn Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.